home *** CD-ROM | disk | FTP | other *** search
/ Shirley Barber's Fairies: Create, Paint & Play / Fairies.iso / pc / Files / Cards.dxr / Internal_19_I don't want help.ls < prev    next >
Encoding:
Text File  |  2003-09-29  |  150 b   |  11 lines

  1. global myFinishFrame
  2.  
  3. on mouseDown
  4.   cursor(-1)
  5.   if myFinishFrame <> VOID then
  6.     go(myFinishFrame)
  7.   else
  8.     go("Birthday No Sound")
  9.   end if
  10. end
  11.